Route 53

aws/networking aws/service

💡 Definition

Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It provides a reliable and cost-effective way to route end users to Internet applications by translating human-readable domain names (like example.com) into the numeric IP addresses (like 192.0.2.1) that computers use to connect to each other.

🔑 Key Concepts

⚙️ How it Works

  1. Register Domain: Optionally, register your domain (e.g., yourcompany.com).
  2. Create Hosted Zone: For your domain, you manage its DNS records here.
  3. Add Record Sets: Map your domain to resources (e.g., www.yourcompany.com to an EC2 instance or Load Balancer).
  4. Route Traffic: Route 53 directs traffic based on your configured policies.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * VPC * CloudFront * Load Balancer